The online racing simulator
Searching in All forums
(377 results)
Flame CZE
S3 licensed
Moderator
Those mods aren't officially supported. You can choose from over 2000 official mods in the built-in mod system.
Flame CZE
S3 licensed
Moderator
Quote from Scawen :Here are some zips with 2D top down views of updated South City and Kyoto Ring in 3072x3072 png.
EDIT: for comparison I've also generated Westhill in the same format.

Thanks for these! Would it be possible to generate the 3072 versions of the current SO, KY and WE tracks so we can have a 1:1 comparison of the updates?
Flame CZE
S3 licensed
Moderator
I guess a better class for this would be "prototype"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "prototype"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "prototype"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "prototype"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "truck"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "truck"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "van"
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus" now
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus" now Smile
Flame CZE
S3 licensed
Moderator
You can change the vehicle class to "bus" now Smile
Flame CZE
S3 licensed
Moderator
I've decided to submit this as WIP: https://www.lfs.net/forum/thread/110006-ERTAK

The drivetrain and chassis specs should be final unless an issue comes up during testing.

Most of the dashboard is unfinished and acts as a placeholder for now. There are still several holes in the 3D model which I want to fix, especially in the interior. The driver animation also might need improvements and there's no skin support yet.


Flame CZE
S3 licensed
Moderator
Quote from tankslacno :I'm also curious about the purpose of those chalk curves you can see on Oval when looking at oval turns 1 and 2. You can clearly see them when zooming picture #18 Smile

I think it's chicanes which may be used in some new alternate configs Uhmm
Flame CZE
S3 licensed
Moderator
That's because you need to be able to reach the replay controls. You can press Shift + F twice to go to hide all interface and cursor.
Flame CZE
S3 licensed
Moderator
It should be possible to use

/press less

and

/press more

since it's essentially < and > keys on the English layout.
Flame CZE
S3 licensed
Moderator
Can you add more scenery around the track to add more sense of speed?
Flame CZE
S3 licensed
Moderator
Can't wait for the extended version from Le petit baigneur Big grin

Flame CZE
S3 licensed
Moderator
v4.3.0 introduces a new API for sending messages - no more trying to remember which packet to send Smile

Send a message which will appear on the local computer only (IS_MSL):

inSim.sendLocalMessage('Local message');

Starts with a slash - send an IS_MST packet:

inSim.sendMessage('/end');

Up to 63 characters - send an IS_MST packet:

inSim.sendMessage(
'This is a message that is shorter than 64 characters exactly 63',
);

64 characters or more - send an IS_MSX packet:

inSim.sendMessage(
'This is another long message that is exactly 64 characters long!',
);

Send a message to a specific connection by their UCID (IS_MTC):

inSim.sendMessageToConnection(4, 'This is a message targeting UCID 4');

Send a message to a specific player by their PLID (IS_MTC):

inSim.sendMessageToPlayer(4, 'This is a message targeting PLID 4');

FGED GREDG RDFGDR GSFDG